"minimal blue" shadcn/ui theme

minimalism
blue-tones
modern-design
calm-aesthetic
light-dark-contrast
professional-ui
user-friendly
immersive-experience
visual-harmony
emotional-resonance

Shadcn/ui Theme Css Variables

name: Azure Echokeyword: minimal blue views: 74

:root {
  --background: 240 10% 98%;
  --foreground: 240 10% 20%;
  --card: 240 10% 95%;
  --card-foreground: 240 10% 20%;
  --popover: 240 10% 95%;
  --popover-foreground: 240 10% 20%;
  --primary: 240 50% 50%;
  --primary-foreground: 240 10% 98%;
  --secondary: 240 30% 70%;
  --secondary-foreground: 240 10% 20%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 240 40% 60%;
  --accent-foreground: 240 10% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 240 10% 98%;
  --border: 240 10% 85%;
  --input: 240 10% 90%;
  --ring: 240 50% 50%;
  --radius: 0.75rem;
  --chart-1: 240 50% 50%;
  --chart-2: 240 40% 60%;
  --chart-3: 240 30% 70%;
  --chart-4: 240 20% 80%;
  --chart-5: 240 10% 90%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 90%;
  --card: 240 10% 15%;
  --card-foreground: 240 10% 90%;
  --popover: 240 10% 15%;
  --popover-foreground: 240 10% 90%;
  --primary: 240 50% 50%;
  --primary-foreground: 240 10% 90%;
  --secondary: 240 30% 30%;
  --secondary-foreground: 240 10% 90%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 10% 60%;
  --accent: 240 40% 40%;
  --accent-foreground: 240 10% 90%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 240 10% 90%;
  --border: 240 10% 25%;
  --input: 240 10% 20%;
  --ring: 240 50% 50%;
  --radius: 0.75rem;
  --chart-1: 240 50% 50%;
  --chart-2: 240 40% 40%;
  --chart-3: 240 30% 30%;
  --chart-4: 240 20% 20%;
  --chart-5: 240 10% 10%;
}